Contribution org.nuxeo.easyshare.auth.contrib--actions
In component org.nuxeo.easyshare.auth.contrib
org.nuxeo.easyshare.auth.contrib
inside nuxeo-easyshare-6.0.jar
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action icon="/icons/contextual_menu/share.png" id="showEasyShareURL" label="Public URL" order="20" type="fancybox">
<filter id="easyShareFolderFilter">
<rule grant="true">
<type>EasyShareFolder</type>
</rule>
</filter>
<properties>
<property name="include">/incl/easyshare_url_box.xhtml</property>
<property name="ajaxSupport">true</property>
</properties>
</action>
</extension>